type net/http.bufioFlushWriter

3 uses

	net/http (current package)
		transfer.go#L366: 				dst = bufioFlushWriter{dst}
		transfer.go#L1113: type bufioFlushWriter struct{ w io.Writer }
		transfer.go#L1115: func (fw bufioFlushWriter) Write(p []byte) (n int, err error) {